home *** CD-ROM | disk | FTP | other *** search
- card_2849.xml
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
- <card>
- <id>2849</id>
- <filler1>0</filler1>
- <bitmap>BMAP_2374.pbm</bitmap>
- <cantDelete> <false /> </cantDelete>
- <showPict> <true /> </showPict>
- <dontSearch> <false /> </dontSearch>
- <owner>2608</owner>
- <link rel="stylesheet" type="text/css" href="stylesheet_2239.css" />
- <part>
- <id>1</id>
- <type>button</type>
- <visible> <true /> </visible>
- <reserved5> 0 </reserved5>
- <reserved4> 0 </reserved4>
- <reserved3> 0 </reserved3>
- <reserved2> 0 </reserved2>
- <reserved1> 0 </reserved1>
- <enabled> <true /> </enabled>
- <rect>
- <left>95</left>
- <top>77</top>
- <right>155</right>
- <bottom>95</bottom>
- </rect>
- <style>shadow</style>
- <showName> <true /> </showName>
- <highlight> <false /> </highlight>
- <autoHighlight> <false /> </autoHighlight>
- <sharedHighlight> <true /> </sharedHighlight>
- <family>0</family>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>center</textAlign>
- <font>Chicago</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <name>Lock</name>
- <script>on mouseUp
- repeat with x=1 to the number of cards
- go card x
- repeat with y=1 to the number of card fields
- set lockText of card field y to true
- end repeat
- end repeat
- repeat with x=1 to the number of backgrounds
- go first card of background x
- repeat with y=1 to the number of fields
- set lockText of field y to true
- end repeat
- end repeat
-
- end mouseUp
- </script>
- </part>
- <part>
- <id>2</id>
- <type>button</type>
- <visible> <true /> </visible>
- <reserved5> 0 </reserved5>
- <reserved4> 0 </reserved4>
- <reserved3> 0 </reserved3>
- <reserved2> 0 </reserved2>
- <reserved1> 0 </reserved1>
- <enabled> <true /> </enabled>
- <rect>
- <left>340</left>
- <top>77</top>
- <right>402</right>
- <bottom>96</bottom>
- </rect>
- <style>shadow</style>
- <showName> <true /> </showName>
- <highlight> <false /> </highlight>
- <autoHighlight> <false /> </autoHighlight>
- <sharedHighlight> <true /> </sharedHighlight>
- <family>0</family>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>center</textAlign>
- <font>Chicago</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <name>Unlock</name>
- <script>on mouseUp
- repeat with x=1 to the number of cards
- go card x
- repeat with y=1 to the number of card fields
- set lockText of card field y to false
- end repeat
- end repeat
- repeat with x=1 to the number of backgrounds
- go first card of background x
- repeat with y=1 to the number of fields
- set lockText of field y to false
- end repeat
- end repeat
- end mouseUp
- </script>
- </part>
- <part>
- <id>3</id>
- <type>field</type>
- <visible> <true /> </visible>
- <dontWrap> <false /> </dontWrap>
- <dontSearch> <false /> </dontSearch>
- <sharedText> <false /> </sharedText>
- <fixedLineHeight> <true /> </fixedLineHeight>
- <autoTab> <false /> </autoTab>
- <lockText> <true /> </lockText>
- <rect>
- <left>38</left>
- <top>120</top>
- <right>468</right>
- <bottom>318</bottom>
- </rect>
- <style>transparent</style>
- <autoSelect> <false /> </autoSelect>
- <showLines> <false /> </showLines>
- <wideMargins> <true /> </wideMargins>
- <multipleLines> <false /> </multipleLines>
- <reservedFamily> 0 </reservedFamily>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>left</textAlign>
- <font>Geneva</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <textHeight>16</textHeight>
- <name></name>
- <script></script>
- </part>
- <content>
- <layer>card</layer>
- <id>3</id>
- <text>Copy these buttons to any stack...
-
- Click "Lock" to lock the text in all fields in the stack.
-
- Click "Unlock" to unlock all fields within the stack.
-
- </text>
- </content>
- <name></name>
- <script></script>
- </card>
-
-
-